home *** CD-ROM | disk | FTP | other *** search
- object UninstallProgramPropertiesForm: TUninstallProgramPropertiesForm
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'UninstallProgramPropertiesForm'
- ClientHeight = 518
- ClientWidth = 564
- Color = 16579836
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListView1: TListView
- Left = 8
- Top = 8
- Width = 433
- Height = 294
- Columns = <
- item
- Caption = 'Name'
- Width = 150
- end
- item
- Caption = 'Data'
- Width = 275
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- SortType = stBoth
- TabOrder = 0
- ViewStyle = vsReport
- end
- object CloseButton: TButton
- Left = 366
- Top = 308
- Width = 75
- Height = 22
- Cursor = crHandPoint
- Cancel = True
- Caption = 'Close'
- TabOrder = 1
- OnClick = CloseButtonClick
- end
- object Button2: TButton
- Left = 256
- Top = 308
- Width = 107
- Height = 22
- Cursor = crHandPoint
- Caption = 'Edit Display Name'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-